From 08f9a6078bf9a4a748ef8ad6a039e97f33937b9a Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Fri, 23 Dec 2016 02:05:54 +0100 Subject: [PATCH] gsk: Include config.h The more you know: Not including config.h causes the public API implemented in this file to not be exported in the resulting library. --- gsk/gskrendernodeimpl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gsk/gskrendernodeimpl.c b/gsk/gskrendernodeimpl.c index d2f27243d5..bc589d0f21 100644 --- a/gsk/gskrendernodeimpl.c +++ b/gsk/gskrendernodeimpl.c @@ -16,6 +16,8 @@ * License along with this library. If not, see . */ +#include "config.h" + #include "gskrendernodeprivate.h" #include "gskcairoblurprivate.h" -- 2.30.2